home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Communication
/
NGService
/
Source
/
MMDocumentCell.h
< prev
next >
Wrap
Text File
|
1992-08-09
|
533b
|
23 lines
/*
* You may freely copy, distribute and reuse the code
* in this example. Scott Anguish disclaims any warranty of
* any kind, expressed or implied, as to its fitness
* for any particular use.
* Please keep this notice intact
* Written by: Scott Anguish sanguish@digifix.com
*/
#import <objc/Object.h>
#import <appkit/Cell.h>
#import <libc.h> /* MAXPATHLEN */
#import "MMCell.h"
@interface MMDocumentCell:MMCell
{
}
- imageFromAttachment;
- imageFromFilename:(const char *)filename;
@end